home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / bbs / hydrabbsa8 / source / src.lha / common / shared_protos.h < prev    next >
Encoding:
Text File  |  1996-09-08  |  471 b   |  6 lines

  1. void ClearNodeData(struct NodeSettingsData *NS); // different to InitNodeData() in Control_Main.c
  2. void FreeNodeSettingsData(struct NodeSettingsData *NS); // different to InitNodeData() in Control_Main.c
  3. void SetNodeSettingsDefaults(struct NodeSettingsData *NS); // different to InitNodeData() in Control_Main.c
  4. void CopyNodeSettings(struct NodeSettingsData *dest,struct NodeSettingsData *source);
  5. V_ERROR LoadNodeSettingsData(ULONG NodeNum,struct NodeSettingsData *NS );
  6.